home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / wais / ui / README < prev    next >
Text File  |  1995-05-09  |  2KB  |  51 lines

  1. README:    WAIS Unix UI release 8 b5            Sun May 10 1992
  2.  Jonathan Goldman                 Thinking Machines Corp
  3.  Brewster Kahle 
  4. ------------------------------------------------------------------------
  5.  
  6. WARRANTY DISCLAIMER
  7.  
  8. This software was created by Thinking Machines Corporation and is
  9. distributed free of charge.  It is placed in the public domain and
  10. permission is granted to anyone to use, duplicate, modify and redistribute
  11. it provided that this notice is attached.
  12.  
  13. Thinking Machines Corporation provides absolutely NO WARRANTY OF ANY KIND
  14. with respect to this software.  The entire risk as to the quality and
  15. performance of this software is with the user.  IN NO EVENT WILL THINKING
  16. MACHINES CORPORATION BE LIABLE TO ANYONE FOR ANY DAMAGES ARISING OUT THE
  17. USE OF THIS SOFTWARE, INCLUDING, WITHOUT LIMITATION, DAMAGES RESULTING FROM
  18. LOST DATA OR LOST PROFITS, OR FOR ANY SPECIAL, INCIDENTAL OR CONSEQUENTIAL
  19. DAMAGES.
  20.  
  21.  
  22.  
  23. These are some of the user interfaces for the WAIS system.  We solicit
  24. enhancements and other user interfaces to be included in future releases.
  25. If you are interested in doing this, please contact us so we do not
  26. duplicate effort.
  27.  
  28.  -Brewster and Jonathan 6/91
  29.  
  30.  
  31. waissearch: A simple shell command for posing question.  see
  32. ../doc/waissearch.txt for details.
  33.  
  34. waisq: A shell level utility for using WAIS questions.  Used by the the gnu
  35. emacs interface in wais.el.  See the ../doc/waisq.txt file for details.
  36.  
  37. wais.el is a gnu emacs interface.  See ../doc/wais.el.txt for details.
  38.  
  39. One thing to note for the Emacs interface on the NeXT: In wais.el lines
  40. 117-121:
  41.  
  42.     (let (
  43.       ;; this doesn't work on the NeXT.  Comment out this line.
  44.       (process-connection-type nil)
  45.       )
  46.  
  47. Be sure to comment out the local variable on the NeXT.
  48.  
  49. lucid.lisp is not finished yet, but will be a set of calling routines to
  50. the wais client libraries (not a full user interface).
  51.